-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implemented History Panel for reusing previously used Magnet & Torrent Links #245
Conversation
Thank for your contribution, it looks very nice! However, I noticed that a new library |
I agree with your point! to migrate from |
Looking forward to your updates! I have reviewed and commented on the code, so please follow up together. |
Hey @monkeyWie, I've made appropriate changes. Please review that and let me know if there are any changes required. New Implementation
Thank you! |
Okay, here are two more changes that need to be made: |
Done with the changes you mentioned! |
LGTM! |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #245 +/- ##
==========================================
- Coverage 60.06% 59.90% -0.17%
==========================================
Files 19 19
Lines 2604 2621 +17
==========================================
+ Hits 1564 1570 +6
- Misses 850 860 +10
- Partials 190 191 +1
☔ View full report in Codecov by Sentry. |
Previously I mentioned an issue where I described the motivation to build this feature and why this feature is helping make the user experience better.
#244
Implementation Details
Local DB used to Store History: Isar DB It's a Super Fast Cross-Platform Database for Flutter.
New Files
Modifications
Screenshots
How it's working?
It's my contribution to the gopeed, an amazing app.
Thank You!